Property
|
Value
|
---|
useJavaPlugin
|
If YES, generates HTML that causes Internet Explorer and Netscape browsers to use SunSoft's Java Plug-in.
|
distributionContext
|
The EODistributionContext that the applet uses to handle requests from the client. If no binding is specified, WOJavaClientApplet instantiates one with the session's default editing context and sets the session as the delegate of the distribution context and itself as the invocation target.
|
interfaceControllerClassName
|
The name of the initial EOInterfaceController subclass.
|
applicationClassName
|
The name of the EOApplication subclass used for the shared application object.
|
language
|
The preferred language for the application. This corresponds to a localized language
directory in the application's resources. When searching for localized resources, Java Client first looks in the
directory of the preferred language, next
(if English is not the preferred language), and finally
for non-localized resources.
|
channelClassName
|
The class name of the distribution channel to be used by the client, EOHTTPChannel by default.
|